Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Managing Geometric Objects


Q3Geometry_Submit

You can use the Q3Geometry_Submit function to submit a retained geometric object for drawing, picking, bounding, or writing.

TQ3Status Q3Geometry_Submit (
TQ3GeometryObject geometry, 
TQ3ViewObject view);
geometry
A geometric object.
view
A view.
DESCRIPTION
The Q3Geometry_Submit function submits the geometric object specified by the geometry parameter for drawing, picking, bounding, or writing according to the view characteristics specified in the view parameter. The geometric object must have been created by a call that creates a retained object (for example, Q3Point_New).

SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996